home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19941031-19941221
/
000263_news@columbia.edu_Wed Nov 23 15:27:59 1994.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA02002
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 24 Nov 1994 11:32:35 -0500
Received: by apakabar.cc.columbia.edu id AA06142
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 24 Nov 1994 11:32:34 -0500
Newsgroups: comp.protocols.kermit.misc
Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!europa.eng.gtefsd.com!howland.reston.ans.net!swrinde!pipex!uunet!newsflash.concordia.ca!CC.UMontreal.CA!IRO.UMontreal.CA!clouso.crim.ca!hobbit.ireq.hydro.qc.ca!seguin!regie
From: regie@ireq-robot.hydro.qc.ca (Regis Houde)
Subject: Xmodem with kermit
Message-Id: <Czq8Ao.6qn@ireq.hydro.qc.ca>
Sender: news@ireq.hydro.qc.ca (Netnews Admin)
Reply-To: regie@ireq-robot.hydro.qc.ca
Organization: IREQ - Hydro-Quebec
Date: Wed, 23 Nov 1994 15:27:59 GMT
Lines: 43
Apparently-To: kermit.misc@watsun.cc.columbia.edu
Sorry if this is a trivial question but...
I want to download a file from Unix to a BBS using Xmodem. I
don't have control over the protocol/software used by the BBS
machine. Here is what I did (and it didn't work...)
------- Kermit session ------
set modem hayes
set line /dev/cua1
set file type binary
set speed 9600
dial BBS_NUMBER
connect
% Here I placed the BBS software in the recieve mode
%
% I tried
run xmodem -sbk my_file
% And
!xmodem -sbk my_file
------- End of Kermit session ------
What am I doing wrong? If someone know how to do it using tip, I'll
appreciate too.
Thank you
--------------------------------------------------------------------
Regis Houde regie@ireq-robot.hydro.qc.ca
Institut de recherche d'Hydro-Quebec regie@ireq-robot.uucp
1800, montee Sainte-Julie (514) 652-8107
Varennes, Que., Canada J3X 1S1 FAX : (514) 652-1316
--------------------------------------------------------------------